home *** CD-ROM | disk | FTP | other *** search
/ MacWorld Secrets (4th Edition) / Mac Secrets CD 4th Ed.toast / Apple Advanced Technologies / Apple Speech Technologies 1.5 / PlainTalk Developer Info / Speech Recognition Manager SDK / SR Sample Code / Weapons Example / Weapons Read Me < prev    next >
Text File  |  1996-05-02  |  990b  |  29 lines

  1. /*
  2.  
  3. Weapons Example
  4.  
  5. This is the example that was demonstrated at the Computer Game Developers Conference 
  6. April 1996. The application consists of a simple window with a picture of the 
  7. "current weapon." You can use the arrow keys to switch between weapons, or speak their 
  8. names, as listed in the "Vocabulary" text file. As an exercise, you might want to 
  9. improve the user interface of this application by displaying a second window with 
  10. the vocabulary in it. This example is designed to work with CodeWarrior IDE 1.4 (CW8) 
  11. or later, although the source files should work with any development environment.
  12.  
  13.  
  14. In order to use these projects in CodeWarrior:
  15.  
  16. ..copy SpeechRecognitionLib to 
  17. :Metrowerks CodeWarrior:MacOS Support:Libraries:MacOS PPC:
  18.  
  19. ..and copy SpeechRecognition.h to
  20. :Metrowerks CodeWarrior:MacOS Support:Headers:Universal Headers:
  21.  
  22. OR
  23.  
  24. copy them to your project folder and change the header files from:
  25. #include <SpeechRecognition.h>
  26. to
  27. #include "SpeechRecognition.h"
  28.  
  29. */